home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Remix Doll 3: Dirty Sally
/
Remix Doll 3: Dirty Sally.iso
/
drtyslly.exe
/
MAIN_FNL.DXR
/
00011_quitCancel.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-02-11
|
254 b
|
12 lines
on mouseUp
global gApp, gNavigator
set aRetRoomName to mGtCurRoomName(gNavigator)
if aRetRoomName = EMPTY then
go(label("chooseRoom"))
showNavigator()
else
mNewMainLayer(gApp, "TCkrchLayer", aRetRoomName)
showTapes()
end if
end